{
"match": true,
"comment": "Query strings are matched using basic string equality, these are not equal. (not supported by pact-jvm)",
"expected" : {
"method": "GET",
"path": "/path",
"query": "alligator=Mary&hippo=John",
"headers": {}
},
"actual": {
"method": "GET",
"path": "/path",
"query": "hippo=John&alligator=Mary",
"headers": {}
}
}